GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-15T11:31:53.6739485+00:00",
"SubmitDate": "2026-06-15T11:31:53.6739485+00:00",
"ReportPeriodStart": "2026-06-15T11:31:53.6739485+00:00",
"ReportPeriodEnd": "2026-06-15T11:31:53.6739485+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0ef24d8e-c38b-46c0-bfd7-3a2852688f59",
"Rows": [
{
"ItemId": "de865fe6-50a5-4eb7-964a-5f6eac43a7ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "de865fe6-50a5-4eb7-964a-5f6eac43a7ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0ef24d8e-c38b-46c0-bfd7-3a2852688f59",
"Rows": [
{
"ItemId": "de865fe6-50a5-4eb7-964a-5f6eac43a7ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "de865fe6-50a5-4eb7-964a-5f6eac43a7ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"be7685e7-ef13-4884-b894-c25285eca400",
"9891f584-61ea-4d8e-b3eb-9b5ab40def13"
],
"Approvers": [
"184206ff-5020-4b44-ad8a-2fb1868b5651",
"6e636010-5e37-49d5-9af3-ef3da0c8d542"
],
"ApprovedBy": "1605f767-573c-44cb-980d-cfd2ff805ec3",
"ApprovalDate": "2026-06-15T11:31:53.6739485+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2d2eaf08-d986-4809-8c04-b93f36213c13",
"id": "14887217-9a5e-48a1-8f70-87af7945d516",
"ConfigId": "49dfebfd-2634-4afc-9e24-d432b86d0487"
},
{
"GenerationDate": "2026-06-15T11:31:53.6739485+00:00",
"SubmitDate": "2026-06-15T11:31:53.6739485+00:00",
"ReportPeriodStart": "2026-06-15T11:31:53.6739485+00:00",
"ReportPeriodEnd": "2026-06-15T11:31:53.6739485+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0ef24d8e-c38b-46c0-bfd7-3a2852688f59",
"Rows": [
{
"ItemId": "de865fe6-50a5-4eb7-964a-5f6eac43a7ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "de865fe6-50a5-4eb7-964a-5f6eac43a7ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0ef24d8e-c38b-46c0-bfd7-3a2852688f59",
"Rows": [
{
"ItemId": "de865fe6-50a5-4eb7-964a-5f6eac43a7ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "de865fe6-50a5-4eb7-964a-5f6eac43a7ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"be7685e7-ef13-4884-b894-c25285eca400",
"9891f584-61ea-4d8e-b3eb-9b5ab40def13"
],
"Approvers": [
"184206ff-5020-4b44-ad8a-2fb1868b5651",
"6e636010-5e37-49d5-9af3-ef3da0c8d542"
],
"ApprovedBy": "1605f767-573c-44cb-980d-cfd2ff805ec3",
"ApprovalDate": "2026-06-15T11:31:53.6739485+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2d2eaf08-d986-4809-8c04-b93f36213c13",
"id": "14887217-9a5e-48a1-8f70-87af7945d516",
"ConfigId": "49dfebfd-2634-4afc-9e24-d432b86d0487"
}
]